home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Best Resolution.sd < prev    next >
INI File  |  2004-06-28  |  773b  |  35 lines

  1. [SUBJECT]
  2. Description=Displays a message if the user is not viewing your site in the proper resolution
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7.  
  8. [BODY_TEXT]
  9. ;<script language="JavaScript1.2">
  10. ;<!-- Begin
  11. ;var bestwidth = `best_width`;
  12. ;var bestheight = `best_height`;
  13. ;if (screen.width != bestwidth || screen.height != bestheight) {
  14. ;msg = "This site looks best when viewed when your screen "
  15. ;+ "is set to a " + bestwidth + "x" + bestheight + " resolution, "
  16. ;+ "but your screen resolution is " + screen.width + "x"
  17. ;+ screen.height + ".  Please change your screen resolution "
  18. ;+ "to best view the site, if possible.  Thanks!";
  19. ;document.write(msg);
  20. ;}
  21. ;//  End -->
  22. ;</script>
  23.  
  24.  
  25.  
  26. [`best_width`]
  27. Kind=S
  28. Value=1600
  29.  
  30. [`best_height`]
  31. Kind=S
  32. Value=800
  33.  
  34.  
  35.